home *** CD-ROM | disk | FTP | other *** search
/ Mastering Web Site Development / Microsoft Mastering Web Site Development (Microsoft) (1997).iso / Labs / Lab02 / Solution / getfeedback.asp < prev    next >
Encoding:
Text File  |  1997-04-24  |  406 b   |  22 lines

  1. <%@ LANGUAGE="VBSCRIPT" %>
  2.  
  3. <HTML>
  4. <HEAD>
  5. <META NAME="GENERATOR" Content="Microsoft Visual InterDev 1.0">
  6. <META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
  7. <TITLE>Document Title</TITLE>
  8. </HEAD>
  9. <BODY>
  10.  
  11. Your feedback was received at: <%=Now%>
  12. <P>
  13. <%For i=3 to 5 %>
  14. <FONT SIZE=<%=i%>>
  15. Today is <%=Date%> and it is <%=Time%>.<BR>
  16. </FONT>
  17. <%Next%>
  18.  
  19.  
  20. </BODY>
  21. </HTML>
  22.